projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627bd32
)
* nntp.el (nntp-open-server): Enable successful "connectionless"
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sat, 16 Dec 1995 14:54:55 +0000
(14:54 +0000)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sat, 16 Dec 1995 14:54:55 +0000
(14:54 +0000)
server switching.
lisp/nntp.el
patch
|
blob
|
history
diff --git
a/lisp/nntp.el
b/lisp/nntp.el
index beacf5d610d0e3ccde8545ebacd42273280268ff..f610bc1ad7e9719b4eebb809b4704c982ab152d3 100644
(file)
--- a/
lisp/nntp.el
+++ b/
lisp/nntp.el
@@
-363,7
+363,7
@@
servers."
;; check that the physical server is opened.
(if (or (nntp-server-opened server)
connectionless)
- ()
+ t
(if (member nntp-address nntp-timeout-servers)
nil
;; We open a connection to the physical nntp server.